home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS05.ADF / menudemo / rmenu.doc < prev    next >
Text File  |  1986-01-15  |  1KB  |  28 lines

  1.  
  2. /* menu demo: note to users     AmigaLink 1/25/86 */
  3.  
  4.    The program MENU-DEMO is an example on how to include menus in your
  5. application. It consists of: 5 source files, a master include file, and
  6. a linker WITH file that shows how to combine the files into a runnable
  7. program. A list of these files is included below.
  8.  
  9.    Each of the source code files use the master include file "standard.h".
  10. This file can be used for all 'C' source programs that generate the
  11. famous warning "undefined structure tag...", or "file not found...".
  12. Note that for V1.1 of the Lattice 'C' compiler, this file need not be
  13. used as the compiler (and the revised header files) are now capable of
  14. finding most files with a minimum number of #includes.
  15.  
  16.    CDIO.C is a general purpose console device interface. It is used in 
  17. a number of demo programs and has been used quite a bit here at Commodore.
  18.  
  19. Good luck, and if you have any problems please leave a note (by sending
  20. EMAIL) to mailbox 'techs'.
  21.  
  22. Files:      demo-link.with              standard.h
  23.             demo.c                      init.c
  24.             menu.c                      cdio.c
  25.             rmenu.c
  26.  
  27. (by r. weiner)
  28.